home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d936.lha / TKEd / ErrorTools.lha / ErrorTools / Lattice_C / compile_m < prev    next >
AmigaDOS Script File  |  1992-10-28  |  330b  |  16 lines

  1. .KEY Datei/A
  2. Echo "Compiling with Floatingpoint: <Datei> ..."
  3. cd LC:
  4. lc >T:Err -Lm <Datei>
  5. Echo "Converting Error File ..."
  6. TKEd:CmdTools/LatticeErrToTKEd
  7. if warn
  8.   Echo "->Errors occured!*N"
  9. endif  
  10. Echo "Deleting temporary file ..."
  11. Delete T:Err
  12. Echo "Deleting compiler files ..."
  13. TKEd:CmdTools/DeleteLnk <Datei>
  14. Echo "Ready."
  15.  
  16.